From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] ethdev: modify callback process API Date: Sat, 01 Jul 2017 17:19:38 +0200 Message-ID: <2139772.cOZ1VZa0cE@xps> References: <1497280691-18641-1-git-send-email-bernard.iremonger@intel.com> <1497529790-31587-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 Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id B9F9F2BAF for ; Sat, 1 Jul 2017 17:19:40 +0200 (CEST) In-Reply-To: <1497529790-31587-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" 15/06/2017 14:29, Bernard Iremonger: > From: "Bernard.Iremonger" > > Change the rte_eth_dev_callback_process function to return int, > and add a void *ret_param parameter. Adding this explanation: The new parameter is used by ixgbe and i40e instead of abusing the user data of the callback. and this title: ethdev: add return values to callback process API And applied, thanks