[dpdk-dev] [PATCH v3] ethdev: modify callback process API

Thomas Monjalon thomas at monjalon.net
Sat Jul 1 17:19:38 CEST 2017


15/06/2017 14:29, Bernard Iremonger:
> From: "Bernard.Iremonger" <Bernard.iremonger at 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


More information about the dev mailing list