From: Bernard Iremonger Date: Wed, 12 Jul 2017 09:25:01 +0000 (+0100) Subject: doc: notify ethdev callback process API change X-Git-Tag: spdx-start~2370 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=c33ade1227a5;p=dpdk.git doc: notify ethdev callback process API change 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 --- diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes/release_17_08.rst index 292e87a1a7..6083c71019 100644 --- a/doc/guides/rel_notes/release_17_08.rst +++ b/doc/guides/rel_notes/release_17_08.rst @@ -246,6 +246,12 @@ API Changes Also, make sure to start the actual text at the margin. ========================================================= +* **Modified the _rte_eth_dev_callback_process function in the ethdev library.** + + The function ``_rte_eth_dev_callback_process()`` has been modified. The return + value has been changed from void to int and an extra parameter ``void *ret_param`` + has been added. + * **Moved bypass functions from the rte_ethdev library to ixgbe PMD** * The following rte_ethdev library functions were removed: @@ -363,7 +369,7 @@ The libraries prepended with a plus sign were incremented in this version. + librte_cryptodev.so.3 librte_distributor.so.1 librte_eal.so.4 - librte_ethdev.so.6 + + librte_ethdev.so.7 + librte_gro.so.1 librte_hash.so.2 librte_ip_frag.so.1