numam-dpdk/examples/link_status_interrupt
Bernard Iremonger d6af1a13d7 ethdev: add return values to callback process API
Change the rte_eth_dev_callback_process function to return int,
and add a void *ret_param parameter.
The new parameter is used by ixgbe and i40e instead of abusing
the user data of the callback.

Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
2017-07-01 17:19:55 +02:00
..
main.c ethdev: add return values to callback process API 2017-07-01 17:19:55 +02:00
Makefile fix typos using codespell utility 2017-06-14 23:54:13 +02:00