From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnon Warshavsky Subject: Re: [PATCH] eal: replace rte_panic instances to return an error value Date: Wed, 21 Mar 2018 01:04:22 +0200 Message-ID: References: <1521581285-4709-1-git-send-email-arnon@qwilt.com> <6503395.k68LoKUDuZ@xps> <1645860.rB6cz0fKiK@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: "Burakov, Anatoly" , wenzhuo.lu@intel.com, declan.doherty@intel.com, jerin.jacob@caviumnetworks.com, Bruce Richardson , ferruh.yigit@intel.com, dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mail-it0-f42.google.com (mail-it0-f42.google.com [209.85.214.42]) by dpdk.org (Postfix) with ESMTP id 0053F324B for ; Wed, 21 Mar 2018 00:04:23 +0100 (CET) Received: by mail-it0-f42.google.com with SMTP id e195-v6so4558069ita.5 for ; Tue, 20 Mar 2018 16:04:23 -0700 (PDT) In-Reply-To: <1645860.rB6cz0fKiK@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > You are talking about API, and I agree the old applications can keep > considering the functions as void. > But I was talking about ABI, meaning: can we use an old application > without recompiling and update only the DPDK (in .so file)? > > > You are right of course. Once again I mixed the two.. I will modify accordingly