Re: [dpdk-dev] [PATCH] ethdev: remove legacy Rx descriptor done API
From: Thomas Monjalon <hidden>
Date: 2021-10-05 19:17:10
From: Thomas Monjalon <hidden>
Date: 2021-10-05 19:17:10
28/09/2021 17:48, Andrew Rybchenko:
rte_eth_rx_descriptor_status() should be used as a replacement. Signed-off-by: Andrew Rybchenko <redacted>
[...]
@@ -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 <redacted>