[dpdk-dev] [PATCH] ethdev: remove legacy Rx descriptor done API
Thomas Monjalon
thomas at monjalon.net
Tue Oct 5 21:16:57 CEST 2021
28/09/2021 17:48, Andrew Rybchenko:
> rte_eth_rx_descriptor_status() should be used as a replacement.
>
> Signed-off-by: Andrew Rybchenko <andrew.rybchenko at 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 <thomas at monjalon.net>
More information about the dev
mailing list