Re: [dpdk-dev] [PATCH] doc: notify callback process API change

2017-07-21 Thread Thomas Monjalon
12/07/2017 12:25, Bernard Iremonger: > The _rte_eth_dev_callback_process function has been modified. > The return value has been changed form void to int and an > extra parameter "void *ret_param" has been added. > > Signed-off-by: Bernard Iremonger Applied, thanks

[dpdk-dev] [PATCH] doc: notify callback process API change

2017-07-12 Thread Bernard Iremonger
The _rte_eth_dev_callback_process function has been modified. The return value has been changed form void to int and an extra parameter "void *ret_param" has been added. Signed-off-by: Bernard Iremonger --- doc/guides/rel_notes/release_17_08.rst | 7 ++- 1 file changed, 6 insertions(+), 1 de