From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/4] ethdev: modify callback process API Date: Wed, 14 Jun 2017 23:22:22 +0200 Message-ID: <15933671.otTXsCeEv9@xps> References: <1495191794-9112-1-git-send-email-bernard.iremonger@intel.com> <1497280691-18641-2-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: bernard.iremonger@intel.com Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 43A882C00 for ; Wed, 14 Jun 2017 23:22:24 +0200 (CEST) In-Reply-To: <1497280691-18641-2-git-send-email-bernard.iremonger@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, 12/06/2017 17:18, Bernard Iremonger: > Change the rte_eth_dev_callback_process function to return int, > and add a void *ret_param parameter. You should squash tests and examples changes in this change to avoid breaking compilation. Doc patch can also be squashed. > --- a/lib/librte_ether/rte_ether_version.map > +++ b/lib/librte_ether/rte_ether_version.map > +DPDK_17.08 { > + global: > + > + _rte_eth_dev_callback_process; > + > +} DPDK_17.05; You should remove the original function from 2.2 ABI block.