28/09/2021 17:48, Andrew Rybchenko: > rte_eth_rx_descriptor_status() should be used as a replacement. > > Signed-off-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> [...] > @@ -126,6 +126,10 @@ Removed Items > blacklist/whitelist are removed. Users must use the new > block/allow list arguments. > > +* ethdev: Removed ``rx_descriptor_done`` dev_ops and > + ``rte_eth_rx_descriptor_done``. Existing ``rte_eth_rx_descriptor_status`` > + APIs can be used as a replacement.
I suggest this wording: ethdev: Removed ``rte_eth_rx_descriptor_done`` API function and its driver callback. It is replaced by the more complete function ``rte_eth_rx_descriptor_status``. Acked-by: Thomas Monjalon <tho...@monjalon.net>