From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent JARDIN Subject: Re: [PATCH v9 12/12] abi: fix v2.1 abi broken issue Date: Fri, 29 May 2015 17:36:01 +0200 Message-ID: <55688761.2020706@6wind.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: liang-min.wang@intel.com, shemming@brocade.com To: Cunming Liang , dev@dpdk.org Return-path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 05F3ADE6 for ; Fri, 29 May 2015 17:36:04 +0200 (CEST) Received: by wifw1 with SMTP id w1so28724067wif.0 for ; Fri, 29 May 2015 08:36:03 -0700 (PDT) In-Reply-To: <1432889125-20255-13-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" On 29/05/2015 10:45, 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 Acked-by: vincent jardin