15/06/2017 14:29, Bernard Iremonger: > From: "Bernard.Iremonger" <bernard.iremon...@intel.com> > > 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